This is the documentation for the Realbasic Plugins from Monkeybreadsoftware.de. You find these plugins and the newest version of this document at http://www.monkeybreadsoftware.de/realbasic inside the plugins section.
This help was last updated on Freitag, 6. September 2002 and covers 2136 items: 126 classes, 2 controls and 583 global functions.
The list of the themes | Global methods by category | Global methods by name | The list of the classes | The list of the controls |
AdminToolsFolder(domain as integer) as folderitem | |||||||||||||||||
global method, Special Folders | So, 26. Mai 2002 | ||||||||||||||||
Mac OS Classic: -> nil | Mac OS Carbon: -> nil | Windows: Works. | |||||||||||||||
Function:
Returns a folderitem to this folder if it exists on that system. | |||||||||||||||||
Example:
f=AdminToolsFolder(kUserDomain) | |||||||||||||||||
Notes:
Note that not every folder exists on every Windows Version! The codes for domain are (The Demo includes a module for these):
| |||||||||||||||||
CookiesFolder(domain as integer) as folderitem | |||||||||||||||||
global method, Special Folders | So, 26. Mai 2002 | ||||||||||||||||
Mac OS Classic: -> nil | Mac OS Carbon: -> nil | Windows: Works. | |||||||||||||||
Function:
Returns a folderitem to this folder if it exists on that system. | |||||||||||||||||
Example:
f=CookiesFolder(kUserDomain) | |||||||||||||||||
Notes:
Note that not every folder exists on every Windows Version! The codes for domain are (The Demo includes a module for these):
| |||||||||||||||||
CreateALMLocationsFolder(domain as integer) as folderitem | |||||||||||||||||
global method, Special Folders | Mo, 22. Jul 2002 | ||||||||||||||||
Mac OS Classic: Works. | Mac OS Carbon: Works. | Windows: -> nil. | |||||||||||||||
Function:
Returns a folderitem to this folder if it exists on that system. | |||||||||||||||||
Example:
f=CreateALMLocationsFolder(kUserDomain) | |||||||||||||||||
Notes:
If this folder is supported by the operation system version, the folder is created and returned. If the folder could not be created or is not supported, nil is returned. If the folder allready exists, it's just returned. Note that not every folder exists on every Mac OS Version! The codes for domain are (The Demo includes a module for these):
| |||||||||||||||||
CreateALMModulesFolder(domain as integer) as folderitem | |||||||||||||||||
global method, Special Folders | Mo, 22. Jul 2002 | ||||||||||||||||
Mac OS Classic: Works. | Mac OS Carbon: Works. | Windows: -> nil. | |||||||||||||||
Function:
Returns a folderitem to this folder if it exists on that system. | |||||||||||||||||
Example:
f=CreateALMModulesFolder(kUserDomain) | |||||||||||||||||
Notes:
If this folder is supported by the operation system version, the folder is created and returned. If the folder could not be created or is not supported, nil is returned. If the folder allready exists, it's just returned. Note that not every folder exists on every Mac OS Version! The codes for domain are (The Demo includes a module for these):
| |||||||||||||||||
CreateALMPreferencesFolder(domain as integer) as folderitem | |||||||||||||||||
global method, Special Folders | Mo, 22. Jul 2002 | ||||||||||||||||
Mac OS Classic: Works. | Mac OS Carbon: Works. | Windows: -> nil. | |||||||||||||||
Function:
Returns a folderitem to this folder if it exists on that system. | |||||||||||||||||
Example:
f=CreateALMPreferencesFolder(kUserDomain) | |||||||||||||||||
Notes:
If this folder is supported by the operation system version, the folder is created and returned. If the folder could not be created or is not supported, nil is returned. If the folder allready exists, it's just returned. Note that not every folder exists on every Mac OS Version! The codes for domain are (The Demo includes a module for these):
| |||||||||||||||||
CreateAppearanceFolder(domain as integer) as folderitem | |||||||||||||||||
global method, Special Folders | Mo, 22. Jul 2002 | ||||||||||||||||
Mac OS Classic: Works. | Mac OS Carbon: Works. | Windows: -> nil. | |||||||||||||||
Function:
Returns a folderitem to this folder if it exists on that system. | |||||||||||||||||
Example:
f=CreateAppearanceFolder(kUserDomain) | |||||||||||||||||
Notes:
If this folder is supported by the operation system version, the folder is created and returned. If the folder could not be created or is not supported, nil is returned. If the folder allready exists, it's just returned. Note that not every folder exists on every Mac OS Version! The codes for domain are (The Demo includes a module for these):
| |||||||||||||||||
CreateAppleExtrasFolder(domain as integer) as folderitem | |||||||||||||||||
global method, Special Folders | Mo, 22. Jul 2002 | ||||||||||||||||
Mac OS Classic: Works. | Mac OS Carbon: Works. | Windows: -> nil. | |||||||||||||||
Function:
Returns a folderitem to this folder if it exists on that system. | |||||||||||||||||
Example:
f=CreateAppleExtrasFolder(kUserDomain) | |||||||||||||||||
Notes:
If this folder is supported by the operation system version, the folder is created and returned. If the folder could not be created or is not supported, nil is returned. If the folder allready exists, it's just returned. Note that not every folder exists on every Mac OS Version! The codes for domain are (The Demo includes a module for these):
| |||||||||||||||||
CreateAppleMenuFolder(domain as integer) as folderitem | |||||||||||||||||
global method, Special Folders | Mo, 22. Jul 2002 | ||||||||||||||||
Mac OS Classic: Works. | Mac OS Carbon: Works. | Windows: -> nil. | |||||||||||||||
Function:
Returns a folderitem to this folder if it exists on that system. | |||||||||||||||||
Example:
f=CreateAppleMenuFolder(kUserDomain) | |||||||||||||||||
Notes:
If this folder is supported by the operation system version, the folder is created and returned. If the folder could not be created or is not supported, nil is returned. If the folder allready exists, it's just returned. Note that not every folder exists on every Mac OS Version! The codes for domain are (The Demo includes a module for these):
| |||||||||||||||||
CreateAppleShareAuthenticationFolder(domain as integer) as folderitem | |||||||||||||||||
global method, Special Folders | Mo, 22. Jul 2002 | ||||||||||||||||
Mac OS Classic: Works. | Mac OS Carbon: Works. | Windows: -> nil. | |||||||||||||||
Function:
Returns a folderitem to this folder if it exists on that system. | |||||||||||||||||
Example:
f=CreateAppleShareAuthenticationFolder(kUserDomain) | |||||||||||||||||
Notes:
If this folder is supported by the operation system version, the folder is created and returned. If the folder could not be created or is not supported, nil is returned. If the folder allready exists, it's just returned. Note that not every folder exists on every Mac OS Version! The codes for domain are (The Demo includes a module for these):
| |||||||||||||||||
CreateAppleShareSupportFolder(domain as integer) as folderitem | |||||||||||||||||
global method, Special Folders | Mo, 22. Jul 2002 | ||||||||||||||||
Mac OS Classic: Works. | Mac OS Carbon: Works. | Windows: -> nil. | |||||||||||||||
Function:
Returns a folderitem to this folder if it exists on that system. | |||||||||||||||||
Example:
f=CreateAppleShareSupportFolder(kUserDomain) | |||||||||||||||||
Notes:
If this folder is supported by the operation system version, the folder is created and returned. If the folder could not be created or is not supported, nil is returned. If the folder allready exists, it's just returned. Note that not every folder exists on every Mac OS Version! The codes for domain are (The Demo includes a module for these):
| |||||||||||||||||
CreateApplicationsFolder(domain as integer) as folderitem | |||||||||||||||||
global method, Special Folders | Mo, 22. Jul 2002 | ||||||||||||||||
Mac OS Classic: Works. | Mac OS Carbon: Works. | Windows: Works. | |||||||||||||||
Function:
Returns a folderitem to this folder if it exists on that system. | |||||||||||||||||
Example:
f=CreateApplicationsFolder(kUserDomain) | |||||||||||||||||
Notes:
If this folder is supported by the operation system version, the folder is created and returned. If the folder could not be created or is not supported, nil is returned. If the folder allready exists, it's just returned. Note that not every folder exists on every Mac OS Version! The codes for domain are (The Demo includes a module for these):
| |||||||||||||||||
CreateApplicationSupportFolder(domain as integer) as folderitem | |||||||||||||||||
global method, Special Folders | Mo, 22. Jul 2002 | ||||||||||||||||
Mac OS Classic: Works. | Mac OS Carbon: Works. | Windows: Works. | |||||||||||||||
Function:
Returns a folderitem to this folder if it exists on that system. | |||||||||||||||||
Example:
f=CreateApplicationSupportFolder(kUserDomain) | |||||||||||||||||
Notes:
If this folder is supported by the operation system version, the folder is created and returned. If the folder could not be created or is not supported, nil is returned. If the folder allready exists, it's just returned. Note that not every folder exists on every Mac OS Version! The codes for domain are (The Demo includes a module for these):
| |||||||||||||||||
CreateAssistantsFolder(domain as integer) as folderitem | |||||||||||||||||
global method, Special Folders | Mo, 22. Jul 2002 | ||||||||||||||||
Mac OS Classic: Works. | Mac OS Carbon: Works. | Windows: -> nil. | |||||||||||||||
Function:
Returns a folderitem to this folder if it exists on that system. | |||||||||||||||||
Example:
f=CreateAssistantsFolder(kUserDomain) | |||||||||||||||||
Notes:
If this folder is supported by the operation system version, the folder is created and returned. If the folder could not be created or is not supported, nil is returned. If the folder allready exists, it's just returned. Note that not every folder exists on every Mac OS Version! The codes for domain are (The Demo includes a module for these):
| |||||||||||||||||
CreateAudioAlertSoundsFolder(domain as integer) as folderitem | |||||||||||||||||
global method, Special Folders | Mo, 22. Jul 2002 | ||||||||||||||||
Mac OS Classic: Works. | Mac OS Carbon: Works. | Windows: -> nil. | |||||||||||||||
Function:
Returns a folderitem to this folder if it exists on that system. | |||||||||||||||||
Example:
f=CreateAudioAlertSoundsFolder(kUserDomain) | |||||||||||||||||
Notes:
If this folder is supported by the operation system version, the folder is created and returned. If the folder could not be created or is not supported, nil is returned. If the folder allready exists, it's just returned. Note that not every folder exists on every Mac OS Version! The codes for domain are (The Demo includes a module for these):
| |||||||||||||||||
CreateAudioComponentsFolder(domain as integer) as folderitem | |||||||||||||||||
global method, Special Folders | Mo, 22. Jul 2002 | ||||||||||||||||
Mac OS Classic: Works. | Mac OS Carbon: Works. | Windows: -> nil. | |||||||||||||||
Function:
Returns a folderitem to this folder if it exists on that system. | |||||||||||||||||
Example:
f=CreateAudioComponentsFolder(kUserDomain) | |||||||||||||||||
Notes:
If this folder is supported by the operation system version, the folder is created and returned. If the folder could not be created or is not supported, nil is returned. If the folder allready exists, it's just returned. Note that not every folder exists on every Mac OS Version! The codes for domain are (The Demo includes a module for these):
| |||||||||||||||||
CreateAudioPlugInsFolder(domain as integer) as folderitem | |||||||||||||||||
global method, Special Folders | Mo, 22. Jul 2002 | ||||||||||||||||
Mac OS Classic: Works. | Mac OS Carbon: Works. | Windows: -> nil. | |||||||||||||||
Function:
Returns a folderitem to this folder if it exists on that system. | |||||||||||||||||
Example:
f=CreateAudioPlugInsFolder(kUserDomain) | |||||||||||||||||
Notes:
If this folder is supported by the operation system version, the folder is created and returned. If the folder could not be created or is not supported, nil is returned. If the folder allready exists, it's just returned. Note that not every folder exists on every Mac OS Version! The codes for domain are (The Demo includes a module for these):
| |||||||||||||||||
CreateAudioSoundBanksFolder(domain as integer) as folderitem | |||||||||||||||||
global method, Special Folders | Mo, 22. Jul 2002 | ||||||||||||||||
Mac OS Classic: Works. | Mac OS Carbon: Works. | Windows: -> nil. | |||||||||||||||
Function:
Returns a folderitem to this folder if it exists on that system. | |||||||||||||||||
Example:
f=CreateAudioSoundBanksFolder(kUserDomain) | |||||||||||||||||
Notes:
If this folder is supported by the operation system version, the folder is created and returned. If the folder could not be created or is not supported, nil is returned. If the folder allready exists, it's just returned. Note that not every folder exists on every Mac OS Version! The codes for domain are (The Demo includes a module for these):
| |||||||||||||||||
CreateAudioSoundsFolder(domain as integer) as folderitem | |||||||||||||||||
global method, Special Folders | Mo, 22. Jul 2002 | ||||||||||||||||
Mac OS Classic: Works. | Mac OS Carbon: Works. | Windows: -> nil. | |||||||||||||||
Function:
Returns a folderitem to this folder if it exists on that system. | |||||||||||||||||
Example:
f=CreateAudioSoundsFolder(kUserDomain) | |||||||||||||||||
Notes:
If this folder is supported by the operation system version, the folder is created and returned. If the folder could not be created or is not supported, nil is returned. If the folder allready exists, it's just returned. Note that not every folder exists on every Mac OS Version! The codes for domain are (The Demo includes a module for these):
| |||||||||||||||||
CreateAudioSupportFolder(domain as integer) as folderitem | |||||||||||||||||
global method, Special Folders | Mo, 22. Jul 2002 | ||||||||||||||||
Mac OS Classic: Works. | Mac OS Carbon: Works. | Windows: -> nil. | |||||||||||||||
Function:
Returns a folderitem to this folder if it exists on that system. | |||||||||||||||||
Example:
f=CreateAudioSupportFolder(kUserDomain) | |||||||||||||||||
Notes:
If this folder is supported by the operation system version, the folder is created and returned. If the folder could not be created or is not supported, nil is returned. If the folder allready exists, it's just returned. Note that not every folder exists on every Mac OS Version! The codes for domain are (The Demo includes a module for these):
| |||||||||||||||||
CreateCachedDataFolder(domain as integer) as folderitem | |||||||||||||||||
global method, Special Folders | Mo, 22. Jul 2002 | ||||||||||||||||
Mac OS Classic: Works. | Mac OS Carbon: Works. | Windows: -> nil. | |||||||||||||||
Function:
Returns a folderitem to this folder if it exists on that system. | |||||||||||||||||
Example:
f=CreateCachedDataFolder(kUserDomain) | |||||||||||||||||
Notes:
If this folder is supported by the operation system version, the folder is created and returned. If the folder could not be created or is not supported, nil is returned. If the folder allready exists, it's just returned. Note that not every folder exists on every Mac OS Version! The codes for domain are (The Demo includes a module for these):
| |||||||||||||||||
CreateCarbonLibraryFolder(domain as integer) as folderitem | |||||||||||||||||
global method, Special Folders | Mo, 22. Jul 2002 | ||||||||||||||||
Mac OS Classic: Works. | Mac OS Carbon: Works. | Windows: -> nil. | |||||||||||||||
Function:
Returns a folderitem to this folder if it exists on that system. | |||||||||||||||||
Example:
f=CreateCarbonLibraryFolder(kUserDomain) | |||||||||||||||||
Notes:
If this folder is supported by the operation system version, the folder is created and returned. If the folder could not be created or is not supported, nil is returned. If the folder allready exists, it's just returned. Note that not every folder exists on every Mac OS Version! The codes for domain are (The Demo includes a module for these):
| |||||||||||||||||
CreateChewableItemsFolder(domain as integer) as folderitem | |||||||||||||||||
global method, Special Folders | Mo, 22. Jul 2002 | ||||||||||||||||
Mac OS Classic: Works. | Mac OS Carbon: Works. | Windows: -> nil. | |||||||||||||||
Function:
Returns a folderitem to this folder if it exists on that system. | |||||||||||||||||
Example:
f=CreateChewableItemsFolder(kUserDomain) | |||||||||||||||||
Notes:
If this folder is supported by the operation system version, the folder is created and returned. If the folder could not be created or is not supported, nil is returned. If the folder allready exists, it's just returned. Note that not every folder exists on every Mac OS Version! The codes for domain are (The Demo includes a module for these):
| |||||||||||||||||
CreateClassicDesktopFolder(domain as integer) as folderitem | |||||||||||||||||
global method, Special Folders | Mo, 22. Jul 2002 | ||||||||||||||||
Mac OS Classic: Works. | Mac OS Carbon: Works. | Windows: -> nil. | |||||||||||||||
Function:
Returns a folderitem to this folder if it exists on that system. | |||||||||||||||||
Example:
f=CreateClassicDesktopFolder(kUserDomain) | |||||||||||||||||
Notes:
If this folder is supported by the operation system version, the folder is created and returned. If the folder could not be created or is not supported, nil is returned. If the folder allready exists, it's just returned. Note that not every folder exists on every Mac OS Version! The codes for domain are (The Demo includes a module for these):
| |||||||||||||||||
CreateColorSyncCMMFolder(domain as integer) as folderitem | |||||||||||||||||
global method, Special Folders | Mo, 22. Jul 2002 | ||||||||||||||||
Mac OS Classic: Works. | Mac OS Carbon: Works. | Windows: -> nil. | |||||||||||||||
Function:
Returns a folderitem to this folder if it exists on that system. | |||||||||||||||||
Example:
f=CreateColorSyncCMMFolder(kUserDomain) | |||||||||||||||||
Notes:
If this folder is supported by the operation system version, the folder is created and returned. If the folder could not be created or is not supported, nil is returned. If the folder allready exists, it's just returned. Note that not every folder exists on every Mac OS Version! The codes for domain are (The Demo includes a module for these):
| |||||||||||||||||
CreateColorSyncFolder(domain as integer) as folderitem | |||||||||||||||||
global method, Special Folders | Mo, 22. Jul 2002 | ||||||||||||||||
Mac OS Classic: Works. | Mac OS Carbon: Works. | Windows: -> nil. | |||||||||||||||
Function:
Returns a folderitem to this folder if it exists on that system. | |||||||||||||||||
Example:
f=CreateColorSyncFolder(kUserDomain) | |||||||||||||||||
Notes:
If this folder is supported by the operation system version, the folder is created and returned. If the folder could not be created or is not supported, nil is returned. If the folder allready exists, it's just returned. Note that not every folder exists on every Mac OS Version! The codes for domain are (The Demo includes a module for these):
| |||||||||||||||||
CreateColorSyncProfilesFolder(domain as integer) as folderitem | |||||||||||||||||
global method, Special Folders | Mo, 22. Jul 2002 | ||||||||||||||||
Mac OS Classic: Works. | Mac OS Carbon: Works. | Windows: -> nil. | |||||||||||||||
Function:
Returns a folderitem to this folder if it exists on that system. | |||||||||||||||||
Example:
f=CreateColorSyncProfilesFolder(kUserDomain) | |||||||||||||||||
Notes:
If this folder is supported by the operation system version, the folder is created and returned. If the folder could not be created or is not supported, nil is returned. If the folder allready exists, it's just returned. Note that not every folder exists on every Mac OS Version! The codes for domain are (The Demo includes a module for these):
| |||||||||||||||||
CreateColorSyncScriptingFolder(domain as integer) as folderitem | |||||||||||||||||
global method, Special Folders | Mo, 22. Jul 2002 | ||||||||||||||||
Mac OS Classic: Works. | Mac OS Carbon: Works. | Windows: -> nil. | |||||||||||||||
Function:
Returns a folderitem to this folder if it exists on that system. | |||||||||||||||||
Example:
f=CreateColorSyncScriptingFolder(kUserDomain) | |||||||||||||||||
Notes:
If this folder is supported by the operation system version, the folder is created and returned. If the folder could not be created or is not supported, nil is returned. If the folder allready exists, it's just returned. Note that not every folder exists on every Mac OS Version! The codes for domain are (The Demo includes a module for these):
| |||||||||||||||||
CreateComponentsFolder(domain as integer) as folderitem | |||||||||||||||||
global method, Special Folders | Mo, 22. Jul 2002 | ||||||||||||||||
Mac OS Classic: Works. | Mac OS Carbon: Works. | Windows: -> nil. | |||||||||||||||
Function:
Returns a folderitem to this folder if it exists on that system. | |||||||||||||||||
Example:
f=CreateComponentsFolder(kUserDomain) | |||||||||||||||||
Notes:
If this folder is supported by the operation system version, the folder is created and returned. If the folder could not be created or is not supported, nil is returned. If the folder allready exists, it's just returned. Note that not every folder exists on every Mac OS Version! The codes for domain are (The Demo includes a module for these):
| |||||||||||||||||
CreateContextualMenuItemsFolder(domain as integer) as folderitem | |||||||||||||||||
global method, Special Folders | Mo, 22. Jul 2002 | ||||||||||||||||
Mac OS Classic: Works. | Mac OS Carbon: Works. | Windows: -> nil. | |||||||||||||||
Function:
Returns a folderitem to this folder if it exists on that system. | |||||||||||||||||
Example:
f=CreateContextualMenuItemsFolder(kUserDomain) | |||||||||||||||||
Notes:
If this folder is supported by the operation system version, the folder is created and returned. If the folder could not be created or is not supported, nil is returned. If the folder allready exists, it's just returned. Note that not every folder exists on every Mac OS Version! The codes for domain are (The Demo includes a module for these):
| |||||||||||||||||
CreateControlPanelDisabledFolder(domain as integer) as folderitem | |||||||||||||||||
global method, Special Folders | Mo, 22. Jul 2002 | ||||||||||||||||
Mac OS Classic: Works. | Mac OS Carbon: Works. | Windows: -> nil. | |||||||||||||||
Function:
Returns a folderitem to this folder if it exists on that system. | |||||||||||||||||
Example:
f=CreateControlPanelDisabledFolder(kUserDomain) | |||||||||||||||||
Notes:
If this folder is supported by the operation system version, the folder is created and returned. If the folder could not be created or is not supported, nil is returned. If the folder allready exists, it's just returned. Note that not every folder exists on every Mac OS Version! The codes for domain are (The Demo includes a module for these):
| |||||||||||||||||
CreateControlPanelFolder(domain as integer) as folderitem | |||||||||||||||||
global method, Special Folders | Mo, 22. Jul 2002 | ||||||||||||||||
Mac OS Classic: Works. | Mac OS Carbon: Works. | Windows: -> nil. | |||||||||||||||
Function:
Returns a folderitem to this folder if it exists on that system. | |||||||||||||||||
Example:
f=CreateControlPanelFolder(kUserDomain) | |||||||||||||||||
Notes:
If this folder is supported by the operation system version, the folder is created and returned. If the folder could not be created or is not supported, nil is returned. If the folder allready exists, it's just returned. Note that not every folder exists on every Mac OS Version! The codes for domain are (The Demo includes a module for these):
| |||||||||||||||||
CreateControlStripModulesFolder(domain as integer) as folderitem | |||||||||||||||||
global method, Special Folders | Mo, 22. Jul 2002 | ||||||||||||||||
Mac OS Classic: Works. | Mac OS Carbon: Works. | Windows: -> nil. | |||||||||||||||
Function:
Returns a folderitem to this folder if it exists on that system. | |||||||||||||||||
Example:
f=CreateControlStripModulesFolder(kUserDomain) | |||||||||||||||||
Notes:
If this folder is supported by the operation system version, the folder is created and returned. If the folder could not be created or is not supported, nil is returned. If the folder allready exists, it's just returned. Note that not every folder exists on every Mac OS Version! The codes for domain are (The Demo includes a module for these):
| |||||||||||||||||
CreateCoreServicesFolder(domain as integer) as folderitem | |||||||||||||||||
global method, Special Folders | Mo, 22. Jul 2002 | ||||||||||||||||
Mac OS Classic: Works. | Mac OS Carbon: Works. | Windows: -> nil. | |||||||||||||||
Function:
Returns a folderitem to this folder if it exists on that system. | |||||||||||||||||
Example:
f=CreateCoreServicesFolder(kUserDomain) | |||||||||||||||||
Notes:
If this folder is supported by the operation system version, the folder is created and returned. If the folder could not be created or is not supported, nil is returned. If the folder allready exists, it's just returned. Note that not every folder exists on every Mac OS Version! The codes for domain are (The Demo includes a module for these):
| |||||||||||||||||
CreateCurrentUserFolder(domain as integer) as folderitem | |||||||||||||||||
global method, Special Folders | Mo, 22. Jul 2002 | ||||||||||||||||
Mac OS Classic: Works. | Mac OS Carbon: Works. | Windows: -> nil. | |||||||||||||||
Function:
Returns a folderitem to this folder if it exists on that system. | |||||||||||||||||
Example:
f=CreateCurrentUserFolder(kUserDomain) | |||||||||||||||||
Notes:
If this folder is supported by the operation system version, the folder is created and returned. If the folder could not be created or is not supported, nil is returned. If the folder allready exists, it's just returned. Note that not every folder exists on every Mac OS Version! The codes for domain are (The Demo includes a module for these):
| |||||||||||||||||
CreateCurrentUserRemoteFolder(domain as integer) as folderitem | |||||||||||||||||
global method, Special Folders | Mo, 22. Jul 2002 | ||||||||||||||||
Mac OS Classic: Works. | Mac OS Carbon: Works. | Windows: -> nil. | |||||||||||||||
Function:
Returns a folderitem to this folder if it exists on that system. | |||||||||||||||||
Example:
f=CreateCurrentUserRemoteFolder(kUserDomain) | |||||||||||||||||
Notes:
If this folder is supported by the operation system version, the folder is created and returned. If the folder could not be created or is not supported, nil is returned. If the folder allready exists, it's just returned. Note that not every folder exists on every Mac OS Version! The codes for domain are (The Demo includes a module for these):
| |||||||||||||||||
CreateDesktopFolder(domain as integer) as folderitem | |||||||||||||||||
global method, Special Folders | Mo, 22. Jul 2002 | ||||||||||||||||
Mac OS Classic: Works. | Mac OS Carbon: Works. | Windows: -> nil. | |||||||||||||||
Function:
Returns a folderitem to this folder if it exists on that system. | |||||||||||||||||
Example:
f=CreateDesktopFolder(kUserDomain) | |||||||||||||||||
Notes:
If this folder is supported by the operation system version, the folder is created and returned. If the folder could not be created or is not supported, nil is returned. If the folder allready exists, it's just returned. Note that not every folder exists on every Mac OS Version! The codes for domain are (The Demo includes a module for these):
| |||||||||||||||||
CreateDesktopPicturesFolder(domain as integer) as folderitem | |||||||||||||||||
global method, Special Folders | Mo, 22. Jul 2002 | ||||||||||||||||
Mac OS Classic: Works. | Mac OS Carbon: Works. | Windows: -> nil. | |||||||||||||||
Function:
Returns a folderitem to this folder if it exists on that system. | |||||||||||||||||
Example:
f=CreateDesktopPicturesFolder(kUserDomain) | |||||||||||||||||
Notes:
If this folder is supported by the operation system version, the folder is created and returned. If the folder could not be created or is not supported, nil is returned. If the folder allready exists, it's just returned. Note that not every folder exists on every Mac OS Version! The codes for domain are (The Demo includes a module for these):
| |||||||||||||||||
CreateDeveloperDocsFolder(domain as integer) as folderitem | |||||||||||||||||
global method, Special Folders | Mo, 22. Jul 2002 | ||||||||||||||||
Mac OS Classic: Works. | Mac OS Carbon: Works. | Windows: -> nil. | |||||||||||||||
Function:
Returns a folderitem to this folder if it exists on that system. | |||||||||||||||||
Example:
f=CreateDeveloperDocsFolder(kUserDomain) | |||||||||||||||||
Notes:
If this folder is supported by the operation system version, the folder is created and returned. If the folder could not be created or is not supported, nil is returned. If the folder allready exists, it's just returned. Note that not every folder exists on every Mac OS Version! The codes for domain are (The Demo includes a module for these):
| |||||||||||||||||
CreateDeveloperFolder(domain as integer) as folderitem | |||||||||||||||||
global method, Special Folders | Mo, 22. Jul 2002 | ||||||||||||||||
Mac OS Classic: Works. | Mac OS Carbon: Works. | Windows: -> nil. | |||||||||||||||
Function:
Returns a folderitem to this folder if it exists on that system. | |||||||||||||||||
Example:
f=CreateDeveloperFolder(kUserDomain) | |||||||||||||||||
Notes:
If this folder is supported by the operation system version, the folder is created and returned. If the folder could not be created or is not supported, nil is returned. If the folder allready exists, it's just returned. Note that not every folder exists on every Mac OS Version! The codes for domain are (The Demo includes a module for these):
| |||||||||||||||||
CreateDeveloperHelpFolder(domain as integer) as folderitem | |||||||||||||||||
global method, Special Folders | Mo, 22. Jul 2002 | ||||||||||||||||
Mac OS Classic: Works. | Mac OS Carbon: Works. | Windows: -> nil. | |||||||||||||||
Function:
Returns a folderitem to this folder if it exists on that system. | |||||||||||||||||
Example:
f=CreateDeveloperHelpFolder(kUserDomain) | |||||||||||||||||
Notes:
If this folder is supported by the operation system version, the folder is created and returned. If the folder could not be created or is not supported, nil is returned. If the folder allready exists, it's just returned. Note that not every folder exists on every Mac OS Version! The codes for domain are (The Demo includes a module for these):
| |||||||||||||||||
CreateDirectoryServicesFolder(domain as integer) as folderitem | |||||||||||||||||
global method, Special Folders | Mo, 22. Jul 2002 | ||||||||||||||||
Mac OS Classic: Works. | Mac OS Carbon: Works. | Windows: -> nil. | |||||||||||||||
Function:
Returns a folderitem to this folder if it exists on that system. | |||||||||||||||||
Example:
f=CreateDirectoryServicesFolder(kUserDomain) | |||||||||||||||||
Notes:
If this folder is supported by the operation system version, the folder is created and returned. If the folder could not be created or is not supported, nil is returned. If the folder allready exists, it's just returned. Note that not every folder exists on every Mac OS Version! The codes for domain are (The Demo includes a module for these):
| |||||||||||||||||
CreateDirectoryServicesPlugInsFolder(domain as integer) as folderitem | |||||||||||||||||
global method, Special Folders | Mo, 22. Jul 2002 | ||||||||||||||||
Mac OS Classic: Works. | Mac OS Carbon: Works. | Windows: -> nil. | |||||||||||||||
Function:
Returns a folderitem to this folder if it exists on that system. | |||||||||||||||||
Example:
f=CreateDirectoryServicesPlugInsFolder(kUserDomain) | |||||||||||||||||
Notes:
If this folder is supported by the operation system version, the folder is created and returned. If the folder could not be created or is not supported, nil is returned. If the folder allready exists, it's just returned. Note that not every folder exists on every Mac OS Version! The codes for domain are (The Demo includes a module for these):
| |||||||||||||||||
CreateDisplayExtensionsFolder(domain as integer) as folderitem | |||||||||||||||||
global method, Special Folders | Mo, 22. Jul 2002 | ||||||||||||||||
Mac OS Classic: Works. | Mac OS Carbon: Works. | Windows: -> nil. | |||||||||||||||
Function:
Returns a folderitem to this folder if it exists on that system. | |||||||||||||||||
Example:
f=CreateDisplayExtensionsFolder(kUserDomain) | |||||||||||||||||
Notes:
If this folder is supported by the operation system version, the folder is created and returned. If the folder could not be created or is not supported, nil is returned. If the folder allready exists, it's just returned. Note that not every folder exists on every Mac OS Version! The codes for domain are (The Demo includes a module for these):
| |||||||||||||||||
CreateDocumentationFolder(domain as integer) as folderitem | |||||||||||||||||
global method, Special Folders | Mo, 22. Jul 2002 | ||||||||||||||||
Mac OS Classic: Works. | Mac OS Carbon: Works. | Windows: -> nil. | |||||||||||||||
Function:
Returns a folderitem to this folder if it exists on that system. | |||||||||||||||||
Example:
f=CreateDocumentationFolder(kUserDomain) | |||||||||||||||||
Notes:
If this folder is supported by the operation system version, the folder is created and returned. If the folder could not be created or is not supported, nil is returned. If the folder allready exists, it's just returned. Note that not every folder exists on every Mac OS Version! The codes for domain are (The Demo includes a module for these):
| |||||||||||||||||
CreateDocumentsFolder(domain as integer) as folderitem | |||||||||||||||||
global method, Special Folders | Mo, 22. Jul 2002 | ||||||||||||||||
Mac OS Classic: Works. | Mac OS Carbon: Works. | Windows: Works. | |||||||||||||||
Function:
Returns a folderitem to this folder if it exists on that system. | |||||||||||||||||
Example:
f=CreateDocumentsFolder(kUserDomain) | |||||||||||||||||
Notes:
If this folder is supported by the operation system version, the folder is created and returned. If the folder could not be created or is not supported, nil is returned. If the folder allready exists, it's just returned. Note that not every folder exists on every Mac OS Version! The codes for domain are (The Demo includes a module for these):
| |||||||||||||||||
CreateDomainLibraryFolder(domain as integer) as folderitem | |||||||||||||||||
global method, Special Folders | Mo, 22. Jul 2002 | ||||||||||||||||
Mac OS Classic: Works. | Mac OS Carbon: Works. | Windows: -> nil. | |||||||||||||||
Function:
Returns a folderitem to this folder if it exists on that system. | |||||||||||||||||
Example:
f=CreateDomainLibraryFolder(kUserDomain) | |||||||||||||||||
Notes:
If this folder is supported by the operation system version, the folder is created and returned. If the folder could not be created or is not supported, nil is returned. If the folder allready exists, it's just returned. Note that not every folder exists on every Mac OS Version! The codes for domain are (The Demo includes a module for these):
| |||||||||||||||||
CreateDomainTopLevelFolder(domain as integer) as folderitem | |||||||||||||||||
global method, Special Folders | Mo, 22. Jul 2002 | ||||||||||||||||
Mac OS Classic: Works. | Mac OS Carbon: Works. | Windows: -> nil. | |||||||||||||||
Function:
Returns a folderitem to this folder if it exists on that system. | |||||||||||||||||
Example:
f=CreateDomainTopLevelFolder(kUserDomain) | |||||||||||||||||
Notes:
If this folder is supported by the operation system version, the folder is created and returned. If the folder could not be created or is not supported, nil is returned. If the folder allready exists, it's just returned. Note that not every folder exists on every Mac OS Version! The codes for domain are (The Demo includes a module for these):
| |||||||||||||||||
CreateEditorsFolder(domain as integer) as folderitem | |||||||||||||||||
global method, Special Folders | Mo, 22. Jul 2002 | ||||||||||||||||
Mac OS Classic: Works. | Mac OS Carbon: Works. | Windows: -> nil. | |||||||||||||||
Function:
Returns a folderitem to this folder if it exists on that system. | |||||||||||||||||
Example:
f=CreateEditorsFolder(kUserDomain) | |||||||||||||||||
Notes:
If this folder is supported by the operation system version, the folder is created and returned. If the folder could not be created or is not supported, nil is returned. If the folder allready exists, it's just returned. Note that not every folder exists on every Mac OS Version! The codes for domain are (The Demo includes a module for these):
| |||||||||||||||||
CreateExtensionDisabledFolder(domain as integer) as folderitem | |||||||||||||||||
global method, Special Folders | Mo, 22. Jul 2002 | ||||||||||||||||
Mac OS Classic: Works. | Mac OS Carbon: Works. | Windows: -> nil. | |||||||||||||||
Function:
Returns a folderitem to this folder if it exists on that system. | |||||||||||||||||
Example:
f=CreateExtensionDisabledFolder(kUserDomain) | |||||||||||||||||
Notes:
If this folder is supported by the operation system version, the folder is created and returned. If the folder could not be created or is not supported, nil is returned. If the folder allready exists, it's just returned. Note that not every folder exists on every Mac OS Version! The codes for domain are (The Demo includes a module for these):
| |||||||||||||||||
CreateExtensionFolder(domain as integer) as folderitem | |||||||||||||||||
global method, Special Folders | Mo, 22. Jul 2002 | ||||||||||||||||
Mac OS Classic: Works. | Mac OS Carbon: Works. | Windows: -> nil. | |||||||||||||||
Function:
Returns a folderitem to this folder if it exists on that system. | |||||||||||||||||
Example:
f=CreateExtensionFolder(kUserDomain) | |||||||||||||||||
Notes:
If this folder is supported by the operation system version, the folder is created and returned. If the folder could not be created or is not supported, nil is returned. If the folder allready exists, it's just returned. Note that not every folder exists on every Mac OS Version! The codes for domain are (The Demo includes a module for these):
| |||||||||||||||||
CreateFavoritesFolder(domain as integer) as folderitem | |||||||||||||||||
global method, Special Folders | Mo, 22. Jul 2002 | ||||||||||||||||
Mac OS Classic: Works. | Mac OS Carbon: Works. | Windows: -> nil. | |||||||||||||||
Function:
Returns a folderitem to this folder if it exists on that system. | |||||||||||||||||
Example:
f=CreateFavoritesFolder(kUserDomain) | |||||||||||||||||
Notes:
If this folder is supported by the operation system version, the folder is created and returned. If the folder could not be created or is not supported, nil is returned. If the folder allready exists, it's just returned. Note that not every folder exists on every Mac OS Version! The codes for domain are (The Demo includes a module for these):
| |||||||||||||||||
CreateFileSystemSupportFolder(domain as integer) as folderitem | |||||||||||||||||
global method, Special Folders | Mo, 22. Jul 2002 | ||||||||||||||||
Mac OS Classic: Works. | Mac OS Carbon: Works. | Windows: -> nil. | |||||||||||||||
Function:
Returns a folderitem to this folder if it exists on that system. | |||||||||||||||||
Example:
f=CreateFileSystemSupportFolder(kUserDomain) | |||||||||||||||||
Notes:
If this folder is supported by the operation system version, the folder is created and returned. If the folder could not be created or is not supported, nil is returned. If the folder allready exists, it's just returned. Note that not every folder exists on every Mac OS Version! The codes for domain are (The Demo includes a module for these):
| |||||||||||||||||
CreateFindByContentFolder(domain as integer) as folderitem | |||||||||||||||||
global method, Special Folders | Mo, 22. Jul 2002 | ||||||||||||||||
Mac OS Classic: Works. | Mac OS Carbon: Works. | Windows: -> nil. | |||||||||||||||
Function:
Returns a folderitem to this folder if it exists on that system. | |||||||||||||||||
Example:
f=CreateFindByContentFolder(kUserDomain) | |||||||||||||||||
Notes:
If this folder is supported by the operation system version, the folder is created and returned. If the folder could not be created or is not supported, nil is returned. If the folder allready exists, it's just returned. Note that not every folder exists on every Mac OS Version! The codes for domain are (The Demo includes a module for these):
| |||||||||||||||||
CreateFindByContentPluginsFolder(domain as integer) as folderitem | |||||||||||||||||
global method, Special Folders | Mo, 22. Jul 2002 | ||||||||||||||||
Mac OS Classic: Works. | Mac OS Carbon: Works. | Windows: -> nil. | |||||||||||||||
Function:
Returns a folderitem to this folder if it exists on that system. | |||||||||||||||||
Example:
f=CreateFindByContentPluginsFolder(kUserDomain) | |||||||||||||||||
Notes:
If this folder is supported by the operation system version, the folder is created and returned. If the folder could not be created or is not supported, nil is returned. If the folder allready exists, it's just returned. Note that not every folder exists on every Mac OS Version! The codes for domain are (The Demo includes a module for these):
| |||||||||||||||||
CreateFindSupportFolder(domain as integer) as folderitem | |||||||||||||||||
global method, Special Folders | Mo, 22. Jul 2002 | ||||||||||||||||
Mac OS Classic: Works. | Mac OS Carbon: Works. | Windows: -> nil. | |||||||||||||||
Function:
Returns a folderitem to this folder if it exists on that system. | |||||||||||||||||
Example:
f=CreateFindSupportFolder(kUserDomain) | |||||||||||||||||
Notes:
If this folder is supported by the operation system version, the folder is created and returned. If the folder could not be created or is not supported, nil is returned. If the folder allready exists, it's just returned. Note that not every folder exists on every Mac OS Version! The codes for domain are (The Demo includes a module for these):
| |||||||||||||||||
Createfolder(CurrentUserRemoteFolderLocation,CurrentUserRemoteFolderLocation(domain as integer) as folderitem | |||||||||||||||||
global method, Special Folders | Mo, 22. Jul 2002 | ||||||||||||||||
Mac OS Classic: Works. | Mac OS Carbon: Works. | Windows: -> nil. | |||||||||||||||
Function:
Returns a folderitem to this folder if it exists on that system. | |||||||||||||||||
Example:
f=Createfolder(CurrentUserRemoteFolderLocation,CurrentUserRemoteFolderLocation(kUserDomain) | |||||||||||||||||
Notes:
If this folder is supported by the operation system version, the folder is created and returned. If the folder could not be created or is not supported, nil is returned. If the folder allready exists, it's just returned. Note that not every folder exists on every Mac OS Version! The codes for domain are (The Demo includes a module for these):
| |||||||||||||||||
CreateFolderActionsFolder(domain as integer) as folderitem | |||||||||||||||||
global method, Special Folders | Mo, 22. Jul 2002 | ||||||||||||||||
Mac OS Classic: Works. | Mac OS Carbon: Works. | Windows: -> nil. | |||||||||||||||
Function:
Returns a folderitem to this folder if it exists on that system. | |||||||||||||||||
Example:
f=CreateFolderActionsFolder(kUserDomain) | |||||||||||||||||
Notes:
If this folder is supported by the operation system version, the folder is created and returned. If the folder could not be created or is not supported, nil is returned. If the folder allready exists, it's just returned. Note that not every folder exists on every Mac OS Version! The codes for domain are (The Demo includes a module for these):
| |||||||||||||||||
CreateFontsFolder(domain as integer) as folderitem | |||||||||||||||||
global method, Special Folders | Mo, 22. Jul 2002 | ||||||||||||||||
Mac OS Classic: Works. | Mac OS Carbon: Works. | Windows: -> nil. | |||||||||||||||
Function:
Returns a folderitem to this folder if it exists on that system. | |||||||||||||||||
Example:
f=CreateFontsFolder(kUserDomain) | |||||||||||||||||
Notes:
If this folder is supported by the operation system version, the folder is created and returned. If the folder could not be created or is not supported, nil is returned. If the folder allready exists, it's just returned. Note that not every folder exists on every Mac OS Version! The codes for domain are (The Demo includes a module for these):
| |||||||||||||||||
CreateFrameworksFolder(domain as integer) as folderitem | |||||||||||||||||
global method, Special Folders | Mo, 22. Jul 2002 | ||||||||||||||||
Mac OS Classic: Works. | Mac OS Carbon: Works. | Windows: -> nil. | |||||||||||||||
Function:
Returns a folderitem to this folder if it exists on that system. | |||||||||||||||||
Example:
f=CreateFrameworksFolder(kUserDomain) | |||||||||||||||||
Notes:
If this folder is supported by the operation system version, the folder is created and returned. If the folder could not be created or is not supported, nil is returned. If the folder allready exists, it's just returned. Note that not every folder exists on every Mac OS Version! The codes for domain are (The Demo includes a module for these):
| |||||||||||||||||
CreateGenEditorsFolder(domain as integer) as folderitem | |||||||||||||||||
global method, Special Folders | Mo, 22. Jul 2002 | ||||||||||||||||
Mac OS Classic: Works. | Mac OS Carbon: Works. | Windows: -> nil. | |||||||||||||||
Function:
Returns a folderitem to this folder if it exists on that system. | |||||||||||||||||
Example:
f=CreateGenEditorsFolder(kUserDomain) | |||||||||||||||||
Notes:
If this folder is supported by the operation system version, the folder is created and returned. If the folder could not be created or is not supported, nil is returned. If the folder allready exists, it's just returned. Note that not every folder exists on every Mac OS Version! The codes for domain are (The Demo includes a module for these):
| |||||||||||||||||
CreateHelpFolder(domain as integer) as folderitem | |||||||||||||||||
global method, Special Folders | Mo, 22. Jul 2002 | ||||||||||||||||
Mac OS Classic: Works. | Mac OS Carbon: Works. | Windows: -> nil. | |||||||||||||||
Function:
Returns a folderitem to this folder if it exists on that system. | |||||||||||||||||
Example:
f=CreateHelpFolder(kUserDomain) | |||||||||||||||||
Notes:
If this folder is supported by the operation system version, the folder is created and returned. If the folder could not be created or is not supported, nil is returned. If the folder allready exists, it's just returned. Note that not every folder exists on every Mac OS Version! The codes for domain are (The Demo includes a module for these):
| |||||||||||||||||
CreateInstallerLogsFolder(domain as integer) as folderitem | |||||||||||||||||
global method, Special Folders | Mo, 22. Jul 2002 | ||||||||||||||||
Mac OS Classic: Works. | Mac OS Carbon: Works. | Windows: -> nil. | |||||||||||||||
Function:
Returns a folderitem to this folder if it exists on that system. | |||||||||||||||||
Example:
f=CreateInstallerLogsFolder(kUserDomain) | |||||||||||||||||
Notes:
If this folder is supported by the operation system version, the folder is created and returned. If the folder could not be created or is not supported, nil is returned. If the folder allready exists, it's just returned. Note that not every folder exists on every Mac OS Version! The codes for domain are (The Demo includes a module for these):
| |||||||||||||||||
CreateInstallerReceiptsFolder(domain as integer) as folderitem | |||||||||||||||||
global method, Special Folders | Mo, 22. Jul 2002 | ||||||||||||||||
Mac OS Classic: Works. | Mac OS Carbon: Works. | Windows: -> nil. | |||||||||||||||
Function:
Returns a folderitem to this folder if it exists on that system. | |||||||||||||||||
Example:
f=CreateInstallerReceiptsFolder(kUserDomain) | |||||||||||||||||
Notes:
If this folder is supported by the operation system version, the folder is created and returned. If the folder could not be created or is not supported, nil is returned. If the folder allready exists, it's just returned. Note that not every folder exists on every Mac OS Version! The codes for domain are (The Demo includes a module for these):
| |||||||||||||||||
CreateInternetFolder(domain as integer) as folderitem | |||||||||||||||||
global method, Special Folders | Mo, 22. Jul 2002 | ||||||||||||||||
Mac OS Classic: Works. | Mac OS Carbon: Works. | Windows: -> nil. | |||||||||||||||
Function:
Returns a folderitem to this folder if it exists on that system. | |||||||||||||||||
Example:
f=CreateInternetFolder(kUserDomain) | |||||||||||||||||
Notes:
If this folder is supported by the operation system version, the folder is created and returned. If the folder could not be created or is not supported, nil is returned. If the folder allready exists, it's just returned. Note that not every folder exists on every Mac OS Version! The codes for domain are (The Demo includes a module for these):
| |||||||||||||||||
CreateInternetPlugInFolder(domain as integer) as folderitem | |||||||||||||||||
global method, Special Folders | Mo, 22. Jul 2002 | ||||||||||||||||
Mac OS Classic: Works. | Mac OS Carbon: Works. | Windows: -> nil. | |||||||||||||||
Function:
Returns a folderitem to this folder if it exists on that system. | |||||||||||||||||
Example:
f=CreateInternetPlugInFolder(kUserDomain) | |||||||||||||||||
Notes:
If this folder is supported by the operation system version, the folder is created and returned. If the folder could not be created or is not supported, nil is returned. If the folder allready exists, it's just returned. Note that not every folder exists on every Mac OS Version! The codes for domain are (The Demo includes a module for these):
| |||||||||||||||||
CreateInternetSearchSitesFolder(domain as integer) as folderitem | |||||||||||||||||
global method, Special Folders | Mo, 22. Jul 2002 | ||||||||||||||||
Mac OS Classic: Works. | Mac OS Carbon: Works. | Windows: -> nil. | |||||||||||||||
Function:
Returns a folderitem to this folder if it exists on that system. | |||||||||||||||||
Example:
f=CreateInternetSearchSitesFolder(kUserDomain) | |||||||||||||||||
Notes:
If this folder is supported by the operation system version, the folder is created and returned. If the folder could not be created or is not supported, nil is returned. If the folder allready exists, it's just returned. Note that not every folder exists on every Mac OS Version! The codes for domain are (The Demo includes a module for these):
| |||||||||||||||||
CreateInternetSitesFolder(domain as integer) as folderitem | |||||||||||||||||
global method, Special Folders | Mo, 22. Jul 2002 | ||||||||||||||||
Mac OS Classic: Works. | Mac OS Carbon: Works. | Windows: -> nil. | |||||||||||||||
Function:
Returns a folderitem to this folder if it exists on that system. | |||||||||||||||||
Example:
f=CreateInternetSitesFolder(kUserDomain) | |||||||||||||||||
Notes:
If this folder is supported by the operation system version, the folder is created and returned. If the folder could not be created or is not supported, nil is returned. If the folder allready exists, it's just returned. Note that not every folder exists on every Mac OS Version! The codes for domain are (The Demo includes a module for these):
| |||||||||||||||||
CreateISSDownloadsFolder(domain as integer) as folderitem | |||||||||||||||||
global method, Special Folders | Mo, 22. Jul 2002 | ||||||||||||||||
Mac OS Classic: Works. | Mac OS Carbon: Works. | Windows: -> nil. | |||||||||||||||
Function:
Returns a folderitem to this folder if it exists on that system. | |||||||||||||||||
Example:
f=CreateISSDownloadsFolder(kUserDomain) | |||||||||||||||||
Notes:
If this folder is supported by the operation system version, the folder is created and returned. If the folder could not be created or is not supported, nil is returned. If the folder allready exists, it's just returned. Note that not every folder exists on every Mac OS Version! The codes for domain are (The Demo includes a module for these):
| |||||||||||||||||
CreateKernelExtensionsFolder(domain as integer) as folderitem | |||||||||||||||||
global method, Special Folders | Mo, 22. Jul 2002 | ||||||||||||||||
Mac OS Classic: Works. | Mac OS Carbon: Works. | Windows: -> nil. | |||||||||||||||
Function:
Returns a folderitem to this folder if it exists on that system. | |||||||||||||||||
Example:
f=CreateKernelExtensionsFolder(kUserDomain) | |||||||||||||||||
Notes:
If this folder is supported by the operation system version, the folder is created and returned. If the folder could not be created or is not supported, nil is returned. If the folder allready exists, it's just returned. Note that not every folder exists on every Mac OS Version! The codes for domain are (The Demo includes a module for these):
| |||||||||||||||||
CreateKeychainFolder(domain as integer) as folderitem | |||||||||||||||||
global method, Special Folders | Mo, 22. Jul 2002 | ||||||||||||||||
Mac OS Classic: Works. | Mac OS Carbon: Works. | Windows: -> nil. | |||||||||||||||
Function:
Returns a folderitem to this folder if it exists on that system. | |||||||||||||||||
Example:
f=CreateKeychainFolder(kUserDomain) | |||||||||||||||||
Notes:
If this folder is supported by the operation system version, the folder is created and returned. If the folder could not be created or is not supported, nil is returned. If the folder allready exists, it's just returned. Note that not every folder exists on every Mac OS Version! The codes for domain are (The Demo includes a module for these):
| |||||||||||||||||
CreateLauncherItemsFolder(domain as integer) as folderitem | |||||||||||||||||
global method, Special Folders | Mo, 22. Jul 2002 | ||||||||||||||||
Mac OS Classic: Works. | Mac OS Carbon: Works. | Windows: -> nil. | |||||||||||||||
Function:
Returns a folderitem to this folder if it exists on that system. | |||||||||||||||||
Example:
f=CreateLauncherItemsFolder(kUserDomain) | |||||||||||||||||
Notes:
If this folder is supported by the operation system version, the folder is created and returned. If the folder could not be created or is not supported, nil is returned. If the folder allready exists, it's just returned. Note that not every folder exists on every Mac OS Version! The codes for domain are (The Demo includes a module for these):
| |||||||||||||||||
CreateLocalesFolder(domain as integer) as folderitem | |||||||||||||||||
global method, Special Folders | Mo, 22. Jul 2002 | ||||||||||||||||
Mac OS Classic: Works. | Mac OS Carbon: Works. | Windows: -> nil. | |||||||||||||||
Function:
Returns a folderitem to this folder if it exists on that system. | |||||||||||||||||
Example:
f=CreateLocalesFolder(kUserDomain) | |||||||||||||||||
Notes:
If this folder is supported by the operation system version, the folder is created and returned. If the folder could not be created or is not supported, nil is returned. If the folder allready exists, it's just returned. Note that not every folder exists on every Mac OS Version! The codes for domain are (The Demo includes a module for these):
| |||||||||||||||||
CreateMacOSReadMesFolder(domain as integer) as folderitem | |||||||||||||||||
global method, Special Folders | Mo, 22. Jul 2002 | ||||||||||||||||
Mac OS Classic: Works. | Mac OS Carbon: Works. | Windows: -> nil. | |||||||||||||||
Function:
Returns a folderitem to this folder if it exists on that system. | |||||||||||||||||
Example:
f=CreateMacOSReadMesFolder(kUserDomain) | |||||||||||||||||
Notes:
If this folder is supported by the operation system version, the folder is created and returned. If the folder could not be created or is not supported, nil is returned. If the folder allready exists, it's just returned. Note that not every folder exists on every Mac OS Version! The codes for domain are (The Demo includes a module for these):
| |||||||||||||||||
CreateMIDIDriversFolder(domain as integer) as folderitem | |||||||||||||||||
global method, Special Folders | Mo, 22. Jul 2002 | ||||||||||||||||
Mac OS Classic: Works. | Mac OS Carbon: Works. | Windows: -> nil. | |||||||||||||||
Function:
Returns a folderitem to this folder if it exists on that system. | |||||||||||||||||
Example:
f=CreateMIDIDriversFolder(kUserDomain) | |||||||||||||||||
Notes:
If this folder is supported by the operation system version, the folder is created and returned. If the folder could not be created or is not supported, nil is returned. If the folder allready exists, it's just returned. Note that not every folder exists on every Mac OS Version! The codes for domain are (The Demo includes a module for these):
| |||||||||||||||||
CreateModemScriptsFolder(domain as integer) as folderitem | |||||||||||||||||
global method, Special Folders | Mo, 22. Jul 2002 | ||||||||||||||||
Mac OS Classic: Works. | Mac OS Carbon: Works. | Windows: -> nil. | |||||||||||||||
Function:
Returns a folderitem to this folder if it exists on that system. | |||||||||||||||||
Example:
f=CreateModemScriptsFolder(kUserDomain) | |||||||||||||||||
Notes:
If this folder is supported by the operation system version, the folder is created and returned. If the folder could not be created or is not supported, nil is returned. If the folder allready exists, it's just returned. Note that not every folder exists on every Mac OS Version! The codes for domain are (The Demo includes a module for these):
| |||||||||||||||||
CreateMovieDocumentsFolder(domain as integer) as folderitem | |||||||||||||||||
global method, Special Folders | Mo, 22. Jul 2002 | ||||||||||||||||
Mac OS Classic: Works. | Mac OS Carbon: Works. | Windows: -> nil. | |||||||||||||||
Function:
Returns a folderitem to this folder if it exists on that system. | |||||||||||||||||
Example:
f=CreateMovieDocumentsFolder(kUserDomain) | |||||||||||||||||
Notes:
If this folder is supported by the operation system version, the folder is created and returned. If the folder could not be created or is not supported, nil is returned. If the folder allready exists, it's just returned. Note that not every folder exists on every Mac OS Version! The codes for domain are (The Demo includes a module for these):
| |||||||||||||||||
CreateMultiprocessingFolder(domain as integer) as folderitem | |||||||||||||||||
global method, Special Folders | Mo, 22. Jul 2002 | ||||||||||||||||
Mac OS Classic: Works. | Mac OS Carbon: Works. | Windows: -> nil. | |||||||||||||||
Function:
Returns a folderitem to this folder if it exists on that system. | |||||||||||||||||
Example:
f=CreateMultiprocessingFolder(kUserDomain) | |||||||||||||||||
Notes:
If this folder is supported by the operation system version, the folder is created and returned. If the folder could not be created or is not supported, nil is returned. If the folder allready exists, it's just returned. Note that not every folder exists on every Mac OS Version! The codes for domain are (The Demo includes a module for these):
| |||||||||||||||||
CreateMusicDocumentsFolder(domain as integer) as folderitem | |||||||||||||||||
global method, Special Folders | Mo, 22. Jul 2002 | ||||||||||||||||
Mac OS Classic: Works. | Mac OS Carbon: Works. | Windows: -> nil. | |||||||||||||||
Function:
Returns a folderitem to this folder if it exists on that system. | |||||||||||||||||
Example:
f=CreateMusicDocumentsFolder(kUserDomain) | |||||||||||||||||
Notes:
If this folder is supported by the operation system version, the folder is created and returned. If the folder could not be created or is not supported, nil is returned. If the folder allready exists, it's just returned. Note that not every folder exists on every Mac OS Version! The codes for domain are (The Demo includes a module for these):
| |||||||||||||||||
CreateOpenDocEditorsFolder(domain as integer) as folderitem | |||||||||||||||||
global method, Special Folders | Mo, 22. Jul 2002 | ||||||||||||||||
Mac OS Classic: Works. | Mac OS Carbon: Works. | Windows: -> nil. | |||||||||||||||
Function:
Returns a folderitem to this folder if it exists on that system. | |||||||||||||||||
Example:
f=CreateOpenDocEditorsFolder(kUserDomain) | |||||||||||||||||
Notes:
If this folder is supported by the operation system version, the folder is created and returned. If the folder could not be created or is not supported, nil is returned. If the folder allready exists, it's just returned. Note that not every folder exists on every Mac OS Version! The codes for domain are (The Demo includes a module for these):
| |||||||||||||||||
CreateOpenDocFolder(domain as integer) as folderitem | |||||||||||||||||
global method, Special Folders | Mo, 22. Jul 2002 | ||||||||||||||||
Mac OS Classic: Works. | Mac OS Carbon: Works. | Windows: -> nil. | |||||||||||||||
Function:
Returns a folderitem to this folder if it exists on that system. | |||||||||||||||||
Example:
f=CreateOpenDocFolder(kUserDomain) | |||||||||||||||||
Notes:
If this folder is supported by the operation system version, the folder is created and returned. If the folder could not be created or is not supported, nil is returned. If the folder allready exists, it's just returned. Note that not every folder exists on every Mac OS Version! The codes for domain are (The Demo includes a module for these):
| |||||||||||||||||
CreateOpenDocLibrariesFolder(domain as integer) as folderitem | |||||||||||||||||
global method, Special Folders | Mo, 22. Jul 2002 | ||||||||||||||||
Mac OS Classic: Works. | Mac OS Carbon: Works. | Windows: -> nil. | |||||||||||||||
Function:
Returns a folderitem to this folder if it exists on that system. | |||||||||||||||||
Example:
f=CreateOpenDocLibrariesFolder(kUserDomain) | |||||||||||||||||
Notes:
If this folder is supported by the operation system version, the folder is created and returned. If the folder could not be created or is not supported, nil is returned. If the folder allready exists, it's just returned. Note that not every folder exists on every Mac OS Version! The codes for domain are (The Demo includes a module for these):
| |||||||||||||||||
CreateOpenDocShellPlugInsFolder(domain as integer) as folderitem | |||||||||||||||||
global method, Special Folders | Mo, 22. Jul 2002 | ||||||||||||||||
Mac OS Classic: Works. | Mac OS Carbon: Works. | Windows: -> nil. | |||||||||||||||
Function:
Returns a folderitem to this folder if it exists on that system. | |||||||||||||||||
Example:
f=CreateOpenDocShellPlugInsFolder(kUserDomain) | |||||||||||||||||
Notes:
If this folder is supported by the operation system version, the folder is created and returned. If the folder could not be created or is not supported, nil is returned. If the folder allready exists, it's just returned. Note that not every folder exists on every Mac OS Version! The codes for domain are (The Demo includes a module for these):
| |||||||||||||||||
CreatePictureDocumentsFolder(domain as integer) as folderitem | |||||||||||||||||
global method, Special Folders | Mo, 22. Jul 2002 | ||||||||||||||||
Mac OS Classic: Works. | Mac OS Carbon: Works. | Windows: Works. | |||||||||||||||
Function:
Returns a folderitem to this folder if it exists on that system. | |||||||||||||||||
Example:
f=CreatePictureDocumentsFolder(kUserDomain) | |||||||||||||||||
Notes:
If this folder is supported by the operation system version, the folder is created and returned. If the folder could not be created or is not supported, nil is returned. If the folder allready exists, it's just returned. Note that not every folder exists on every Mac OS Version! The codes for domain are (The Demo includes a module for these):
| |||||||||||||||||
CreatePreferencesFolder(domain as integer) as folderitem | |||||||||||||||||
global method, Special Folders | Mo, 22. Jul 2002 | ||||||||||||||||
Mac OS Classic: Works. | Mac OS Carbon: Works. | Windows: -> nil. | |||||||||||||||
Function:
Returns a folderitem to this folder if it exists on that system. | |||||||||||||||||
Example:
f=CreatePreferencesFolder(kUserDomain) | |||||||||||||||||
Notes:
If this folder is supported by the operation system version, the folder is created and returned. If the folder could not be created or is not supported, nil is returned. If the folder allready exists, it's just returned. Note that not every folder exists on every Mac OS Version! The codes for domain are (The Demo includes a module for these):
| |||||||||||||||||
CreatePrinterDescriptionFolder(domain as integer) as folderitem | |||||||||||||||||
global method, Special Folders | Mo, 22. Jul 2002 | ||||||||||||||||
Mac OS Classic: Works. | Mac OS Carbon: Works. | Windows: -> nil. | |||||||||||||||
Function:
Returns a folderitem to this folder if it exists on that system. | |||||||||||||||||
Example:
f=CreatePrinterDescriptionFolder(kUserDomain) | |||||||||||||||||
Notes:
If this folder is supported by the operation system version, the folder is created and returned. If the folder could not be created or is not supported, nil is returned. If the folder allready exists, it's just returned. Note that not every folder exists on every Mac OS Version! The codes for domain are (The Demo includes a module for these):
| |||||||||||||||||
CreatePrinterDriverFolder(domain as integer) as folderitem | |||||||||||||||||
global method, Special Folders | Mo, 22. Jul 2002 | ||||||||||||||||
Mac OS Classic: Works. | Mac OS Carbon: Works. | Windows: -> nil. | |||||||||||||||
Function:
Returns a folderitem to this folder if it exists on that system. | |||||||||||||||||
Example:
f=CreatePrinterDriverFolder(kUserDomain) | |||||||||||||||||
Notes:
If this folder is supported by the operation system version, the folder is created and returned. If the folder could not be created or is not supported, nil is returned. If the folder allready exists, it's just returned. Note that not every folder exists on every Mac OS Version! The codes for domain are (The Demo includes a module for these):
| |||||||||||||||||
CreatePrintersFolder(domain as integer) as folderitem | |||||||||||||||||
global method, Special Folders | Mo, 22. Jul 2002 | ||||||||||||||||
Mac OS Classic: Works. | Mac OS Carbon: Works. | Windows: -> nil. | |||||||||||||||
Function:
Returns a folderitem to this folder if it exists on that system. | |||||||||||||||||
Example:
f=CreatePrintersFolder(kUserDomain) | |||||||||||||||||
Notes:
If this folder is supported by the operation system version, the folder is created and returned. If the folder could not be created or is not supported, nil is returned. If the folder allready exists, it's just returned. Note that not every folder exists on every Mac OS Version! The codes for domain are (The Demo includes a module for these):
| |||||||||||||||||
CreatePrintingPlugInsFolder(domain as integer) as folderitem | |||||||||||||||||
global method, Special Folders | Mo, 22. Jul 2002 | ||||||||||||||||
Mac OS Classic: Works. | Mac OS Carbon: Works. | Windows: -> nil. | |||||||||||||||
Function:
Returns a folderitem to this folder if it exists on that system. | |||||||||||||||||
Example:
f=CreatePrintingPlugInsFolder(kUserDomain) | |||||||||||||||||
Notes:
If this folder is supported by the operation system version, the folder is created and returned. If the folder could not be created or is not supported, nil is returned. If the folder allready exists, it's just returned. Note that not every folder exists on every Mac OS Version! The codes for domain are (The Demo includes a module for these):
| |||||||||||||||||
CreatePrintMonitorDocsFolder(domain as integer) as folderitem | |||||||||||||||||
global method, Special Folders | Mo, 22. Jul 2002 | ||||||||||||||||
Mac OS Classic: Works. | Mac OS Carbon: Works. | Windows: -> nil. | |||||||||||||||
Function:
Returns a folderitem to this folder if it exists on that system. | |||||||||||||||||
Example:
f=CreatePrintMonitorDocsFolder(kUserDomain) | |||||||||||||||||
Notes:
If this folder is supported by the operation system version, the folder is created and returned. If the folder could not be created or is not supported, nil is returned. If the folder allready exists, it's just returned. Note that not every folder exists on every Mac OS Version! The codes for domain are (The Demo includes a module for these):
| |||||||||||||||||
CreatePrivateFrameworksFolder(domain as integer) as folderitem | |||||||||||||||||
global method, Special Folders | Mo, 22. Jul 2002 | ||||||||||||||||
Mac OS Classic: Works. | Mac OS Carbon: Works. | Windows: -> nil. | |||||||||||||||
Function:
Returns a folderitem to this folder if it exists on that system. | |||||||||||||||||
Example:
f=CreatePrivateFrameworksFolder(kUserDomain) | |||||||||||||||||
Notes:
If this folder is supported by the operation system version, the folder is created and returned. If the folder could not be created or is not supported, nil is returned. If the folder allready exists, it's just returned. Note that not every folder exists on every Mac OS Version! The codes for domain are (The Demo includes a module for these):
| |||||||||||||||||
CreatePublicFolder(domain as integer) as folderitem | |||||||||||||||||
global method, Special Folders | Mo, 22. Jul 2002 | ||||||||||||||||
Mac OS Classic: Works. | Mac OS Carbon: Works. | Windows: -> nil. | |||||||||||||||
Function:
Returns a folderitem to this folder if it exists on that system. | |||||||||||||||||
Example:
f=CreatePublicFolder(kUserDomain) | |||||||||||||||||
Notes:
If this folder is supported by the operation system version, the folder is created and returned. If the folder could not be created or is not supported, nil is returned. If the folder allready exists, it's just returned. Note that not every folder exists on every Mac OS Version! The codes for domain are (The Demo includes a module for these):
| |||||||||||||||||
CreateQuickTimeComponentsFolder(domain as integer) as folderitem | |||||||||||||||||
global method, Special Folders | Mo, 22. Jul 2002 | ||||||||||||||||
Mac OS Classic: Works. | Mac OS Carbon: Works. | Windows: -> nil. | |||||||||||||||
Function:
Returns a folderitem to this folder if it exists on that system. | |||||||||||||||||
Example:
f=CreateQuickTimeComponentsFolder(kUserDomain) | |||||||||||||||||
Notes:
If this folder is supported by the operation system version, the folder is created and returned. If the folder could not be created or is not supported, nil is returned. If the folder allready exists, it's just returned. Note that not every folder exists on every Mac OS Version! The codes for domain are (The Demo includes a module for these):
| |||||||||||||||||
CreateQuickTimeExtensionsFolder(domain as integer) as folderitem | |||||||||||||||||
global method, Special Folders | Mo, 22. Jul 2002 | ||||||||||||||||
Mac OS Classic: Works. | Mac OS Carbon: Works. | Windows: -> nil. | |||||||||||||||
Function:
Returns a folderitem to this folder if it exists on that system. | |||||||||||||||||
Example:
f=CreateQuickTimeExtensionsFolder(kUserDomain) | |||||||||||||||||
Notes:
If this folder is supported by the operation system version, the folder is created and returned. If the folder could not be created or is not supported, nil is returned. If the folder allready exists, it's just returned. Note that not every folder exists on every Mac OS Version! The codes for domain are (The Demo includes a module for these):
| |||||||||||||||||
CreateRecentApplicationsFolder(domain as integer) as folderitem | |||||||||||||||||
global method, Special Folders | Mo, 22. Jul 2002 | ||||||||||||||||
Mac OS Classic: Works. | Mac OS Carbon: Works. | Windows: -> nil. | |||||||||||||||
Function:
Returns a folderitem to this folder if it exists on that system. | |||||||||||||||||
Example:
f=CreateRecentApplicationsFolder(kUserDomain) | |||||||||||||||||
Notes:
If this folder is supported by the operation system version, the folder is created and returned. If the folder could not be created or is not supported, nil is returned. If the folder allready exists, it's just returned. Note that not every folder exists on every Mac OS Version! The codes for domain are (The Demo includes a module for these):
| |||||||||||||||||
CreateRecentDocumentsFolder(domain as integer) as folderitem | |||||||||||||||||
global method, Special Folders | Mo, 22. Jul 2002 | ||||||||||||||||
Mac OS Classic: Works. | Mac OS Carbon: Works. | Windows: -> nil. | |||||||||||||||
Function:
Returns a folderitem to this folder if it exists on that system. | |||||||||||||||||
Example:
f=CreateRecentDocumentsFolder(kUserDomain) | |||||||||||||||||
Notes:
If this folder is supported by the operation system version, the folder is created and returned. If the folder could not be created or is not supported, nil is returned. If the folder allready exists, it's just returned. Note that not every folder exists on every Mac OS Version! The codes for domain are (The Demo includes a module for these):
| |||||||||||||||||
CreateRecentServersFolder(domain as integer) as folderitem | |||||||||||||||||
global method, Special Folders | Mo, 22. Jul 2002 | ||||||||||||||||
Mac OS Classic: Works. | Mac OS Carbon: Works. | Windows: -> nil. | |||||||||||||||
Function:
Returns a folderitem to this folder if it exists on that system. | |||||||||||||||||
Example:
f=CreateRecentServersFolder(kUserDomain) | |||||||||||||||||
Notes:
If this folder is supported by the operation system version, the folder is created and returned. If the folder could not be created or is not supported, nil is returned. If the folder allready exists, it's just returned. Note that not every folder exists on every Mac OS Version! The codes for domain are (The Demo includes a module for these):
| |||||||||||||||||
CreateScriptingAdditionsFolder(domain as integer) as folderitem | |||||||||||||||||
global method, Special Folders | Mo, 22. Jul 2002 | ||||||||||||||||
Mac OS Classic: Works. | Mac OS Carbon: Works. | Windows: -> nil. | |||||||||||||||
Function:
Returns a folderitem to this folder if it exists on that system. | |||||||||||||||||
Example:
f=CreateScriptingAdditionsFolder(kUserDomain) | |||||||||||||||||
Notes:
If this folder is supported by the operation system version, the folder is created and returned. If the folder could not be created or is not supported, nil is returned. If the folder allready exists, it's just returned. Note that not every folder exists on every Mac OS Version! The codes for domain are (The Demo includes a module for these):
| |||||||||||||||||
CreateScriptsFolder(domain as integer) as folderitem | |||||||||||||||||
global method, Special Folders | Mo, 22. Jul 2002 | ||||||||||||||||
Mac OS Classic: Works. | Mac OS Carbon: Works. | Windows: -> nil. | |||||||||||||||
Function:
Returns a folderitem to this folder if it exists on that system. | |||||||||||||||||
Example:
f=CreateScriptsFolder(kUserDomain) | |||||||||||||||||
Notes:
If this folder is supported by the operation system version, the folder is created and returned. If the folder could not be created or is not supported, nil is returned. If the folder allready exists, it's just returned. Note that not every folder exists on every Mac OS Version! The codes for domain are (The Demo includes a module for these):
| |||||||||||||||||
CreateSharedLibrariesFolder(domain as integer) as folderitem | |||||||||||||||||
global method, Special Folders | Mo, 22. Jul 2002 | ||||||||||||||||
Mac OS Classic: Works. | Mac OS Carbon: Works. | Windows: -> nil. | |||||||||||||||
Function:
Returns a folderitem to this folder if it exists on that system. | |||||||||||||||||
Example:
f=CreateSharedLibrariesFolder(kUserDomain) | |||||||||||||||||
Notes:
If this folder is supported by the operation system version, the folder is created and returned. If the folder could not be created or is not supported, nil is returned. If the folder allready exists, it's just returned. Note that not every folder exists on every Mac OS Version! The codes for domain are (The Demo includes a module for these):
| |||||||||||||||||
CreateSharedUserDataFolder(domain as integer) as folderitem | |||||||||||||||||
global method, Special Folders | Mo, 22. Jul 2002 | ||||||||||||||||
Mac OS Classic: Works. | Mac OS Carbon: Works. | Windows: -> nil. | |||||||||||||||
Function:
Returns a folderitem to this folder if it exists on that system. | |||||||||||||||||
Example:
f=CreateSharedUserDataFolder(kUserDomain) | |||||||||||||||||
Notes:
If this folder is supported by the operation system version, the folder is created and returned. If the folder could not be created or is not supported, nil is returned. If the folder allready exists, it's just returned. Note that not every folder exists on every Mac OS Version! The codes for domain are (The Demo includes a module for these):
| |||||||||||||||||
CreateShutdownFolder(domain as integer) as folderitem | |||||||||||||||||
global method, Special Folders | Mo, 22. Jul 2002 | ||||||||||||||||
Mac OS Classic: Works. | Mac OS Carbon: Works. | Windows: -> nil. | |||||||||||||||
Function:
Returns a folderitem to this folder if it exists on that system. | |||||||||||||||||
Example:
f=CreateShutdownFolder(kUserDomain) | |||||||||||||||||
Notes:
If this folder is supported by the operation system version, the folder is created and returned. If the folder could not be created or is not supported, nil is returned. If the folder allready exists, it's just returned. Note that not every folder exists on every Mac OS Version! The codes for domain are (The Demo includes a module for these):
| |||||||||||||||||
CreateShutdownItemsDisabledFolder(domain as integer) as folderitem | |||||||||||||||||
global method, Special Folders | Mo, 22. Jul 2002 | ||||||||||||||||
Mac OS Classic: Works. | Mac OS Carbon: Works. | Windows: -> nil. | |||||||||||||||
Function:
Returns a folderitem to this folder if it exists on that system. | |||||||||||||||||
Example:
f=CreateShutdownItemsDisabledFolder(kUserDomain) | |||||||||||||||||
Notes:
If this folder is supported by the operation system version, the folder is created and returned. If the folder could not be created or is not supported, nil is returned. If the folder allready exists, it's just returned. Note that not every folder exists on every Mac OS Version! The codes for domain are (The Demo includes a module for these):
| |||||||||||||||||
CreateSoundSetsFolder(domain as integer) as folderitem | |||||||||||||||||
global method, Special Folders | Mo, 22. Jul 2002 | ||||||||||||||||
Mac OS Classic: Works. | Mac OS Carbon: Works. | Windows: -> nil. | |||||||||||||||
Function:
Returns a folderitem to this folder if it exists on that system. | |||||||||||||||||
Example:
f=CreateSoundSetsFolder(kUserDomain) | |||||||||||||||||
Notes:
If this folder is supported by the operation system version, the folder is created and returned. If the folder could not be created or is not supported, nil is returned. If the folder allready exists, it's just returned. Note that not every folder exists on every Mac OS Version! The codes for domain are (The Demo includes a module for these):
| |||||||||||||||||
CreateSpeakableItemsFolder(domain as integer) as folderitem | |||||||||||||||||
global method, Special Folders | Mo, 22. Jul 2002 | ||||||||||||||||
Mac OS Classic: Works. | Mac OS Carbon: Works. | Windows: -> nil. | |||||||||||||||
Function:
Returns a folderitem to this folder if it exists on that system. | |||||||||||||||||
Example:
f=CreateSpeakableItemsFolder(kUserDomain) | |||||||||||||||||
Notes:
If this folder is supported by the operation system version, the folder is created and returned. If the folder could not be created or is not supported, nil is returned. If the folder allready exists, it's just returned. Note that not every folder exists on every Mac OS Version! The codes for domain are (The Demo includes a module for these):
| |||||||||||||||||
CreateSpeechFolder(domain as integer) as folderitem | |||||||||||||||||
global method, Special Folders | Mo, 22. Jul 2002 | ||||||||||||||||
Mac OS Classic: Works. | Mac OS Carbon: Works. | Windows: -> nil. | |||||||||||||||
Function:
Returns a folderitem to this folder if it exists on that system. | |||||||||||||||||
Example:
f=CreateSpeechFolder(kUserDomain) | |||||||||||||||||
Notes:
If this folder is supported by the operation system version, the folder is created and returned. If the folder could not be created or is not supported, nil is returned. If the folder allready exists, it's just returned. Note that not every folder exists on every Mac OS Version! The codes for domain are (The Demo includes a module for these):
| |||||||||||||||||
CreateStartupFolder(domain as integer) as folderitem | |||||||||||||||||
global method, Special Folders | Mo, 22. Jul 2002 | ||||||||||||||||
Mac OS Classic: Works. | Mac OS Carbon: Works. | Windows: -> nil. | |||||||||||||||
Function:
Returns a folderitem to this folder if it exists on that system. | |||||||||||||||||
Example:
f=CreateStartupFolder(kUserDomain) | |||||||||||||||||
Notes:
If this folder is supported by the operation system version, the folder is created and returned. If the folder could not be created or is not supported, nil is returned. If the folder allready exists, it's just returned. Note that not every folder exists on every Mac OS Version! The codes for domain are (The Demo includes a module for these):
| |||||||||||||||||
CreateStartupItemsDisabledFolder(domain as integer) as folderitem | |||||||||||||||||
global method, Special Folders | Mo, 22. Jul 2002 | ||||||||||||||||
Mac OS Classic: Works. | Mac OS Carbon: Works. | Windows: -> nil. | |||||||||||||||
Function:
Returns a folderitem to this folder if it exists on that system. | |||||||||||||||||
Example:
f=CreateStartupItemsDisabledFolder(kUserDomain) | |||||||||||||||||
Notes:
If this folder is supported by the operation system version, the folder is created and returned. If the folder could not be created or is not supported, nil is returned. If the folder allready exists, it's just returned. Note that not every folder exists on every Mac OS Version! The codes for domain are (The Demo includes a module for these):
| |||||||||||||||||
CreateStationeryFolder(domain as integer) as folderitem | |||||||||||||||||
global method, Special Folders | Mo, 22. Jul 2002 | ||||||||||||||||
Mac OS Classic: Works. | Mac OS Carbon: Works. | Windows: -> nil. | |||||||||||||||
Function:
Returns a folderitem to this folder if it exists on that system. | |||||||||||||||||
Example:
f=CreateStationeryFolder(kUserDomain) | |||||||||||||||||
Notes:
If this folder is supported by the operation system version, the folder is created and returned. If the folder could not be created or is not supported, nil is returned. If the folder allready exists, it's just returned. Note that not every folder exists on every Mac OS Version! The codes for domain are (The Demo includes a module for these):
| |||||||||||||||||
CreateSystemControlPanelFolder(domain as integer) as folderitem | |||||||||||||||||
global method, Special Folders | Mo, 22. Jul 2002 | ||||||||||||||||
Mac OS Classic: Works. | Mac OS Carbon: Works. | Windows: -> nil. | |||||||||||||||
Function:
Returns a folderitem to this folder if it exists on that system. | |||||||||||||||||
Example:
f=CreateSystemControlPanelFolder(kUserDomain) | |||||||||||||||||
Notes:
If this folder is supported by the operation system version, the folder is created and returned. If the folder could not be created or is not supported, nil is returned. If the folder allready exists, it's just returned. Note that not every folder exists on every Mac OS Version! The codes for domain are (The Demo includes a module for these):
| |||||||||||||||||
CreateSystemDesktopFolder(domain as integer) as folderitem | |||||||||||||||||
global method, Special Folders | Mo, 22. Jul 2002 | ||||||||||||||||
Mac OS Classic: Works. | Mac OS Carbon: Works. | Windows: -> nil. | |||||||||||||||
Function:
Returns a folderitem to this folder if it exists on that system. | |||||||||||||||||
Example:
f=CreateSystemDesktopFolder(kUserDomain) | |||||||||||||||||
Notes:
If this folder is supported by the operation system version, the folder is created and returned. If the folder could not be created or is not supported, nil is returned. If the folder allready exists, it's just returned. Note that not every folder exists on every Mac OS Version! The codes for domain are (The Demo includes a module for these):
| |||||||||||||||||
CreateSystemExtensionDisabledFolder(domain as integer) as folderitem | |||||||||||||||||
global method, Special Folders | Mo, 22. Jul 2002 | ||||||||||||||||
Mac OS Classic: Works. | Mac OS Carbon: Works. | Windows: -> nil. | |||||||||||||||
Function:
Returns a folderitem to this folder if it exists on that system. | |||||||||||||||||
Example:
f=CreateSystemExtensionDisabledFolder(kUserDomain) | |||||||||||||||||
Notes:
If this folder is supported by the operation system version, the folder is created and returned. If the folder could not be created or is not supported, nil is returned. If the folder allready exists, it's just returned. Note that not every folder exists on every Mac OS Version! The codes for domain are (The Demo includes a module for these):
| |||||||||||||||||
CreateSystemFolder(domain as integer) as folderitem | |||||||||||||||||
global method, Special Folders | Mo, 22. Jul 2002 | ||||||||||||||||
Mac OS Classic: Works. | Mac OS Carbon: Works. | Windows: -> nil. | |||||||||||||||
Function:
Returns a folderitem to this folder if it exists on that system. | |||||||||||||||||
Example:
f=CreateSystemFolder(kUserDomain) | |||||||||||||||||
Notes:
If this folder is supported by the operation system version, the folder is created and returned. If the folder could not be created or is not supported, nil is returned. If the folder allready exists, it's just returned. Note that not every folder exists on every Mac OS Version! The codes for domain are (The Demo includes a module for these):
| |||||||||||||||||
CreateSystemPreferencesFolder(domain as integer) as folderitem | |||||||||||||||||
global method, Special Folders | Mo, 22. Jul 2002 | ||||||||||||||||
Mac OS Classic: Works. | Mac OS Carbon: Works. | Windows: -> nil. | |||||||||||||||
Function:
Returns a folderitem to this folder if it exists on that system. | |||||||||||||||||
Example:
f=CreateSystemPreferencesFolder(kUserDomain) | |||||||||||||||||
Notes:
If this folder is supported by the operation system version, the folder is created and returned. If the folder could not be created or is not supported, nil is returned. If the folder allready exists, it's just returned. Note that not every folder exists on every Mac OS Version! The codes for domain are (The Demo includes a module for these):
| |||||||||||||||||
CreateSystemSoundsFolder(domain as integer) as folderitem | |||||||||||||||||
global method, Special Folders | Mo, 22. Jul 2002 | ||||||||||||||||
Mac OS Classic: Works. | Mac OS Carbon: Works. | Windows: -> nil. | |||||||||||||||
Function:
Returns a folderitem to this folder if it exists on that system. | |||||||||||||||||
Example:
f=CreateSystemSoundsFolder(kUserDomain) | |||||||||||||||||
Notes:
If this folder is supported by the operation system version, the folder is created and returned. If the folder could not be created or is not supported, nil is returned. If the folder allready exists, it's just returned. Note that not every folder exists on every Mac OS Version! The codes for domain are (The Demo includes a module for these):
| |||||||||||||||||
CreateSystemTrashFolder(domain as integer) as folderitem | |||||||||||||||||
global method, Special Folders | Mo, 22. Jul 2002 | ||||||||||||||||
Mac OS Classic: Works. | Mac OS Carbon: Works. | Windows: -> nil. | |||||||||||||||
Function:
Returns a folderitem to this folder if it exists on that system. | |||||||||||||||||
Example:
f=CreateSystemTrashFolder(kUserDomain) | |||||||||||||||||
Notes:
If this folder is supported by the operation system version, the folder is created and returned. If the folder could not be created or is not supported, nil is returned. If the folder allready exists, it's just returned. Note that not every folder exists on every Mac OS Version! The codes for domain are (The Demo includes a module for these):
| |||||||||||||||||
CreateTemporaryFolder(domain as integer) as folderitem | |||||||||||||||||
global method, Special Folders | Mo, 22. Jul 2002 | ||||||||||||||||
Mac OS Classic: Works. | Mac OS Carbon: Works. | Windows: -> nil. | |||||||||||||||
Function:
Returns a folderitem to this folder if it exists on that system. | |||||||||||||||||
Example:
f=CreateTemporaryFolder(kUserDomain) | |||||||||||||||||
Notes:
If this folder is supported by the operation system version, the folder is created and returned. If the folder could not be created or is not supported, nil is returned. If the folder allready exists, it's just returned. Note that not every folder exists on every Mac OS Version! The codes for domain are (The Demo includes a module for these):
| |||||||||||||||||
CreateTextEncodingsFolder(domain as integer) as folderitem | |||||||||||||||||
global method, Special Folders | Mo, 22. Jul 2002 | ||||||||||||||||
Mac OS Classic: Works. | Mac OS Carbon: Works. | Windows: -> nil. | |||||||||||||||
Function:
Returns a folderitem to this folder if it exists on that system. | |||||||||||||||||
Example:
f=CreateTextEncodingsFolder(kUserDomain) | |||||||||||||||||
Notes:
If this folder is supported by the operation system version, the folder is created and returned. If the folder could not be created or is not supported, nil is returned. If the folder allready exists, it's just returned. Note that not every folder exists on every Mac OS Version! The codes for domain are (The Demo includes a module for these):
| |||||||||||||||||
CreateThemesFolder(domain as integer) as folderitem | |||||||||||||||||
global method, Special Folders | Mo, 22. Jul 2002 | ||||||||||||||||
Mac OS Classic: Works. | Mac OS Carbon: Works. | Windows: -> nil. | |||||||||||||||
Function:
Returns a folderitem to this folder if it exists on that system. | |||||||||||||||||
Example:
f=CreateThemesFolder(kUserDomain) | |||||||||||||||||
Notes:
If this folder is supported by the operation system version, the folder is created and returned. If the folder could not be created or is not supported, nil is returned. If the folder allready exists, it's just returned. Note that not every folder exists on every Mac OS Version! The codes for domain are (The Demo includes a module for these):
| |||||||||||||||||
CreateTrashFolder(domain as integer) as folderitem | |||||||||||||||||
global method, Special Folders | Mo, 22. Jul 2002 | ||||||||||||||||
Mac OS Classic: Works. | Mac OS Carbon: Works. | Windows: -> nil. | |||||||||||||||
Function:
Returns a folderitem to this folder if it exists on that system. | |||||||||||||||||
Example:
f=CreateTrashFolder(kUserDomain) | |||||||||||||||||
Notes:
If this folder is supported by the operation system version, the folder is created and returned. If the folder could not be created or is not supported, nil is returned. If the folder allready exists, it's just returned. Note that not every folder exists on every Mac OS Version! The codes for domain are (The Demo includes a module for these):
| |||||||||||||||||
CreateUsersFolder(domain as integer) as folderitem | |||||||||||||||||
global method, Special Folders | Mo, 22. Jul 2002 | ||||||||||||||||
Mac OS Classic: Works. | Mac OS Carbon: Works. | Windows: -> nil. | |||||||||||||||
Function:
Returns a folderitem to this folder if it exists on that system. | |||||||||||||||||
Example:
f=CreateUsersFolder(kUserDomain) | |||||||||||||||||
Notes:
If this folder is supported by the operation system version, the folder is created and returned. If the folder could not be created or is not supported, nil is returned. If the folder allready exists, it's just returned. Note that not every folder exists on every Mac OS Version! The codes for domain are (The Demo includes a module for these):
| |||||||||||||||||
CreateUserSpecificTmpFolder(domain as integer) as folderitem | |||||||||||||||||
global method, Special Folders | Mo, 22. Jul 2002 | ||||||||||||||||
Mac OS Classic: Works. | Mac OS Carbon: Works. | Windows: -> nil. | |||||||||||||||
Function:
Returns a folderitem to this folder if it exists on that system. | |||||||||||||||||
Example:
f=CreateUserSpecificTmpFolder(kUserDomain) | |||||||||||||||||
Notes:
If this folder is supported by the operation system version, the folder is created and returned. If the folder could not be created or is not supported, nil is returned. If the folder allready exists, it's just returned. Note that not every folder exists on every Mac OS Version! The codes for domain are (The Demo includes a module for these):
| |||||||||||||||||
CreateUtilitiesFolder(domain as integer) as folderitem | |||||||||||||||||
global method, Special Folders | Mo, 22. Jul 2002 | ||||||||||||||||
Mac OS Classic: Works. | Mac OS Carbon: Works. | Windows: -> nil. | |||||||||||||||
Function:
Returns a folderitem to this folder if it exists on that system. | |||||||||||||||||
Example:
f=CreateUtilitiesFolder(kUserDomain) | |||||||||||||||||
Notes:
If this folder is supported by the operation system version, the folder is created and returned. If the folder could not be created or is not supported, nil is returned. If the folder allready exists, it's just returned. Note that not every folder exists on every Mac OS Version! The codes for domain are (The Demo includes a module for these):
| |||||||||||||||||
CreateVoicesFolder(domain as integer) as folderitem | |||||||||||||||||
global method, Special Folders | Mo, 22. Jul 2002 | ||||||||||||||||
Mac OS Classic: Works. | Mac OS Carbon: Works. | Windows: -> nil. | |||||||||||||||
Function:
Returns a folderitem to this folder if it exists on that system. | |||||||||||||||||
Example:
f=CreateVoicesFolder(kUserDomain) | |||||||||||||||||
Notes:
If this folder is supported by the operation system version, the folder is created and returned. If the folder could not be created or is not supported, nil is returned. If the folder allready exists, it's just returned. Note that not every folder exists on every Mac OS Version! The codes for domain are (The Demo includes a module for these):
| |||||||||||||||||
CreateVolumeRootFolder(domain as integer) as folderitem | |||||||||||||||||
global method, Special Folders | Mo, 22. Jul 2002 | ||||||||||||||||
Mac OS Classic: Works. | Mac OS Carbon: Works. | Windows: -> nil. | |||||||||||||||
Function:
Returns a folderitem to this folder if it exists on that system. | |||||||||||||||||
Example:
f=CreateVolumeRootFolder(kUserDomain) | |||||||||||||||||
Notes:
If this folder is supported by the operation system version, the folder is created and returned. If the folder could not be created or is not supported, nil is returned. If the folder allready exists, it's just returned. Note that not every folder exists on every Mac OS Version! The codes for domain are (The Demo includes a module for these):
| |||||||||||||||||
CreateVolumeSettingsFolder(domain as integer) as folderitem | |||||||||||||||||
global method, Special Folders | Mo, 22. Jul 2002 | ||||||||||||||||
Mac OS Classic: Works. | Mac OS Carbon: Works. | Windows: -> nil. | |||||||||||||||
Function:
Returns a folderitem to this folder if it exists on that system. | |||||||||||||||||
Example:
f=CreateVolumeSettingsFolder(kUserDomain) | |||||||||||||||||
Notes:
If this folder is supported by the operation system version, the folder is created and returned. If the folder could not be created or is not supported, nil is returned. If the folder allready exists, it's just returned. Note that not every folder exists on every Mac OS Version! The codes for domain are (The Demo includes a module for these):
| |||||||||||||||||
CreateWhereToEmptyTrashFolder(domain as integer) as folderitem | |||||||||||||||||
global method, Special Folders | Mo, 22. Jul 2002 | ||||||||||||||||
Mac OS Classic: Works. | Mac OS Carbon: Works. | Windows: -> nil. | |||||||||||||||
Function:
Returns a folderitem to this folder if it exists on that system. | |||||||||||||||||
Example:
f=CreateWhereToEmptyTrashFolder(kUserDomain) | |||||||||||||||||
Notes:
If this folder is supported by the operation system version, the folder is created and returned. If the folder could not be created or is not supported, nil is returned. If the folder allready exists, it's just returned. Note that not every folder exists on every Mac OS Version! The codes for domain are (The Demo includes a module for these):
| |||||||||||||||||
HistoryFolder(domain as integer) as folderitem | |||||||||||||||||
global method, Special Folders | So, 26. Mai 2002 | ||||||||||||||||
Mac OS Classic: -> nil | Mac OS Carbon: -> nil | Windows: Works. | |||||||||||||||
Function:
Returns a folderitem to this folder if it exists on that system. | |||||||||||||||||
Example:
f=HistoryFolder(kUserDomain) | |||||||||||||||||
Notes:
Note that not every folder exists on every Windows Version! The codes for domain are (The Demo includes a module for these):
| |||||||||||||||||
InternetCacheFolder(domain as integer) as folderitem | |||||||||||||||||
global method, Special Folders | So, 26. Mai 2002 | ||||||||||||||||
Mac OS Classic: -> nil | Mac OS Carbon: -> nil | Windows: Works. | |||||||||||||||
Function:
Returns a folderitem to this folder if it exists on that system. | |||||||||||||||||
Example:
f=InternetCacheFolder(kUserDomain) | |||||||||||||||||
Notes:
Note that not every folder exists on every Windows Version! The codes for domain are (The Demo includes a module for these):
| |||||||||||||||||
WindowsFolder as folderitem | |||||||||||||||||
global method, Special Folders | So, 26. Mai 2002 | ||||||||||||||||
Mac OS Classic: -> nil. | Mac OS Carbon: -> nil. | Windows: Works. | |||||||||||||||
Function:
Returns a folderitem to this folder if it exists on that system. | |||||||||||||||||
Example:
f=WindowsFolder | |||||||||||||||||
WindowsSystemFolder as folderitem | |||||||||||||||||
global method, Special Folders | So, 26. Mai 2002 | ||||||||||||||||
Mac OS Classic: -> nil. | Mac OS Carbon: -> nil. | Windows: Works. | |||||||||||||||
Function:
Returns a folderitem to this folder if it exists on that system. | |||||||||||||||||
Example:
f=WindowsSystemFolder(kUserDomain) |
Written 2002 by Christian Schmitz. Feel free to ask or report mistakes to realbasic@macsw.de.
Thanks.